DISABLE VIRTUAL TEXTURE MANAGEMENT

Disables virtual texture management.

  Syntax
ENABLE VIRTUAL TEXTURE MANAGEMENT
  Returns

This command does not return a value.

  Description

Certain third party plugins, such as DarkVIDEO, may depend on images to be created and handled in a way that is no longer supported by D3D9Ex.
In order to make these plugins work as intended, a homebrew emulation of this resource management mode can be employed by calling the ENABLE VIRTUAL TEXTURE MANAGEMENT command prior to creating any images used by such plugins.
After creating any necessary textures / having the plugin create them, you will want to call this function to turn it off again; this will avoid redundant image copies being created and copied back and forth behind the scene by the DBPro runtime when it isn't necessary; ie. it will result in higher program efficiency and less memory wasting.

  See also

IMAGE Commands Menu
Index